iconhelper: treat the empty string as a NULL icon name
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 15 Dec 2011 19:01:35 +0000 (20:01 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 15 Dec 2011 19:01:35 +0000 (20:01 +0100)
commitf0714338b3c5810b2ca1de3aaa4ba0683c055ff5
treef211022993e5f0270fdfc36e040f170d988c5688
parent798413151f33bd3839080fc384a09b768c81af75
iconhelper: treat the empty string as a NULL icon name

Treat the empty string as if it was a NULL icon name instead of
rendering GTK_STOCK_MISSING_IMAGE.
This used to be the previous behavior of GtkCellRendererPixbuf and
applications might still rely on it.
gtk/gtkiconhelper.c